Class: TimeoutError
Auto.js Pro 9 Docs / lang / TimeoutError
Class: TimeoutError
lang.TimeoutError
Hierarchy
Error↳
TimeoutError
Table of contents
Constructors
Properties
Constructors
constructor
• new TimeoutError(message?)
Parameters
| Name | Type |
|---|---|
message? | string |
Inherited from
Error.constructor
• new TimeoutError(message?, options?)
Parameters
| Name | Type |
|---|---|
message? | string |
options? | ErrorOptions |
Inherited from
Error.constructor
Properties
cause
• Optional cause: unknown
Inherited from
Error.cause
message
• message: string
Inherited from
Error.message
name
• name: string
Inherited from
Error.name
stack
• Optional stack: string
Inherited from
Error.stack
